const runtime._Pgcstop

11 uses

	runtime (current package)
		proc.go#L1586: 	gp.m.p.ptr().status = _Pgcstop // Pgcstop is only diagnostic.
		proc.go#L1593: 		if s == _Psyscall && atomic.Cas(&pp.status, s, _Pgcstop) {
		proc.go#L1613: 		pp.status = _Pgcstop
		proc.go#L1650: 			if pp.status != _Pgcstop {
		proc.go#L3077: 		pp.status = _Pgcstop
		proc.go#L3230: 	pp.status = _Pgcstop
		proc.go#L4561: 	if sched.stopwait > 0 && atomic.Cas(&pp.status, _Psyscall, _Pgcstop) {
		proc.go#L5625: 	pp.status = _Pgcstop
		runtime2.go#L150: 	_Pgcstop
		tracestatus.go#L80: 	case _Pidle, _Pgcstop:
		tracestatus.go#L82: 		if pp.status == _Pgcstop && inSTW {